projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395d397
)
(describe_map): Shorten string to indicate shadowed binding.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Mar 2006 15:25:03 +0000
(15:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Mar 2006 15:25:03 +0000
(15:25 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 03b36d525b648b4a23361be224c52535d60b4373..d25bf150b8811fb987ea5a7bd32c4598de48edcb 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-3371,7
+3371,7
@@
describe_map (map, prefix, elt_describer, partial, shadow,
if (vect[i].shadowed)
{
SET_PT (PT - 1);
- insert_string (" (
binding currently
shadowed)");
+ insert_string (" (shadowed)");
SET_PT (PT + 1);
}
}